Skip to content

fix(homepage): Improve Homepage Responsiveness on Small Screens - #2

Open
edwinperaza99 wants to merge 1 commit into
goldmansachs:finos-masterfrom
edwinperaza99:fix/docs-responsive-container
Open

fix(homepage): Improve Homepage Responsiveness on Small Screens #2
edwinperaza99 wants to merge 1 commit into
goldmansachs:finos-masterfrom
edwinperaza99:fix/docs-responsive-container

Conversation

@edwinperaza99

Copy link
Copy Markdown

Summary

This PR fixes a content misalignment issue on small screens caused by a min-width constraint from base.css, which prevented the page from properly adapting to smaller viewports.

Changes Made:

  • Fixed main content overflow issue by setting min-width: 0; on body.
  • Properly centered .home-page__down-arrow__container using left: 50% and transform: translateX(-50%).
  • Improved mobile spacing by adjusting .home-page__content__container padding across different breakpoints.
  • Increased visibility and usability of the down arrow by making it slightly larger at smaller screen sizes.

Remaining Areas for Improvement

While this PR fixes the most noticeable layout issues, some responsiveness inconsistencies remain—especially in .home-page__content__tools-panel and other lower sections of the page. If the maintainers are open to further improvements, I’d be happy to iterate based on feedback.


How did you test this change?

Manual testing

Before:

before

After:
after

Resolved an issue where a `min-width` constraint from `base.css` caused content misalignment
on small screens.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant